Don't use __STDC__ on MS-Windows unless necessary (Bug #9066).
authorEli Zaretskii <eliz@gnu.org>
Sat, 16 Feb 2013 13:59:37 +0000 (15:59 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 16 Feb 2013 13:59:37 +0000 (15:59 +0200)
commit56b8e5a0a3a739c6ce03529195837251db384633
tree4d07586040a05a74f8377613af54fe5536d4027c
parent512dc5e05d085cf3f6e3fc767bd8f818543146fc
Don't use __STDC__ on MS-Windows unless necessary (Bug #9066).

 nt/inc/ms-w32.h (__STDC__): Fiddle with value only for MSVC.

 src/w32term.c <input_signal_count>: Declare 'volatile' unconditionally.
nt/ChangeLog
nt/inc/ms-w32.h
src/ChangeLog
src/w32term.c